undefined value meaning in Chinese
无定义值
Examples
- True undefined value
未定义的值 - The nullable type modifier enables c to create value - type variables that indicate an undefined value
可空类型修饰符使c #能够创建表示未定义值的值类型变量。 - C 2 . 0 introduces nullable types , which are data types that may be set to an undefined value
C # 2 . 0引入了可为空值的类型,这是可以设置成未定义值的数据类型。 - They hold only one piece of data : a string , a number , the undefined value , a reference to another variable
它只保存一段数据:一个字符串、一个数字、未定义的值以及对另一个变量的引用。 - In addition , because perl is looking for a true value , it also ignores undefined values without complaining about them
另外,由于perl正在寻找一个真值,因此它也可以忽略未定义的值,而不会抱怨这些值尚未定义。